﻿/*--css reset--*/

@font-face {
    font-family: 'SourceHanSerifSC-Heavy';
    src: url('syst.otf') format('truetype');
}


*{margin:0;padding:0;border:0;font-family:'SourceHanSerifSC-Heavy','微软雅黑'}
html,body,h1,h2,h3,h4,h5,h6,p,ol,ul,li,pre,code,address,variable,form,fieldset,blockquote {
	padding:0;
	margin:0;
	/*font-size:62.5%;*/
	font-weight:normal;
	font-family:"SourceHanSerifSC-Heavy","微软雅黑", "黑体";
	color:#000;
}
ol{margin-left:0; list-style:none;}
ul{margin-left:0; list-style:none;}

a{ color:#000; text-decoration:none;}
a:hover{ text-decoration:none;}
img,input{ vertical-align:middle;}
.clean{ clear:both;}
.left{ float:left;}
.right{ float:right;}
.hidden{ display:none;}
.show{ display:block;}
img{ border:none}
/*--css reset over--*/

.title{ font-size:.8rem; text-align:center; padding:1.111rem 0 .625rem; font-weight:bold;}
.contant_box{ width:94%; margin:0 auto; padding-top:16px;}
.contant_box h1{ font-size:.8rem; padding-top:1rem; padding-bottom:0.45rem;}
.contant_box h2{ font-size:.6rem; color:#666666; padding-bottom:1.3rem;}
.box2{ border-top:10px solid #f0f0f0;position: relative;}
.scroll_box{ text-align:center;}
.scroll_box h1{ font-size:.8rem; padding-top:1rem; padding-bottom:1rem;}
.ends{width:9.6%; margin:0.8rem auto;}

/*--list page css--*/
.list_box li{ background:#fff; border-bottom:10px solid #f0f0f0;}
.list_box h1{ width:94%; margin:0 auto; font-size:1rem; padding-top:1rem; padding-bottom:0.45rem;}
.list_box p{ width:94%; margin:0 auto; font-size:0.4rem; color:#666666; padding-bottom:1.3rem;}

/*--detail page css--*/
.video{ border-bottom:1px solid #999999;}
.text{ width:92%; margin:0 auto;}
.text h1{ font-size:1.2rem; color:#cccccc; padding:1.3rem 0; line-height:1.6rem;}
.text .time{ font-size:0.8rem; border-bottom:1px solid #717272; color:#cccccc; padding-bottom:1rem;}
.text .contant{ padding:1.3rem 0;}
.text p{ font-size:0.9rem; color:#999999;}


